Write a program that computes the gold zakat. The user should enter the gold
weight in gram and its worth. The program should print and calculate the zakat
if the gold is worth 3000 or more. Otherwise, the program should print 0.
Hint:
zakat = gold worth * 2.5%
how can i do that in netbeans ??