- With The Month Of Ramadhan Zakat Fitrah Is Imposed Onto Every Muslim The Zakat Payment In Selangor Is Calculated Accor 1 (129.55 KiB) Viewed 54 times
With the month of Ramadhan, zakat fitrah is imposed onto every Muslim. The zakat payment in Selangor is calculated accor
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
With the month of Ramadhan, zakat fitrah is imposed onto every Muslim. The zakat payment in Selangor is calculated accor
statement. Display the total amount in two decimal places.
With the month of Ramadhan, zakat fitrah is imposed onto every Muslim. The zakat payment in Selangor is calculated according to type of rice consumed. The following table shows the guideline of zakat fitrah payment according to the type of rice. Type of rice Super Special Tempatan Imported White Rice Brown Rice • Glutinous Rice Ponnies Rice • Fragrant Rice Basmati Rice a) ● • ● No. 1 ● 2 3 ● • ● Juponica Rice • Red Rice Rate (per person) Write a program to allow a user to calculate how much zakat fitrah amount he needs to pay based on the following program requirements: (16) RM7.00 RM14.00 RM21.00 Request the number of persons and type of rice from the user. Validate type of rice so that only number 1, 2 and 3 are accepted as input. In case the user enters an invalid value, ask the user to enter again. Use while loop for this purpose. The program will continue until the users enter other than the letter 'Y'. Use do- while loop structure here. Calculate the total amount that the user needs to pay by using switch