Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

An Islamic bank wants you to develop a Zakat Calculator for them. The calculator shall
take the input of the 1) name of zakat donor, 2) Bank_Balance, 3) zakat_amount. Create constructor
to initialize variables with default values which will be called on the time of object instantiation.
There should be a method named à ƒ ƒ ¢ € œCal_zakat()à ƒ ƒ ¢ €  which calculates the zakat of each donor and set in
zakat_amount. The program adds up the zakat of each donor hence calculating the total_zakat of the
bank. Use a à ƒ ƒ ¢ € œdisplay()à ƒ ƒ ¢ €  which displays not only the data of the donor but also the total amount of
zakat of the bank. It should keep in mind that the zakat will be calculated only if Bank_Balance is
greater than or equal to 20,000. (You should implement the concept of overloading, copy constructor
or overriding wherever it is applicable)
Note: Zakat will be calculated by the formula (Bank_Balance *2.5)/100

given polynomial write a program that prints polynomial in cix^pi + ci-1x^pi-1 c1x + c0 format


VISUAL BASIC


Design and develop a simple application System that determine the most economical quantity to be stocked for each product that a manufacturing company has in its inventory this quantity called economics order quantity (EOQ) is calculated as following 


EOQ = sqrt (2RS/I)


Where 


R = total yearly Production Requirement 

S = Set up Cost per order

I = inventory carrying cost per unit 


Note: After the user enter the total year production Requirements (R) its set up cost per oder (S) and inventory carrying cost per unit (I) at text baxes 1,2 & 3 expectively the user should Click button (with a compute caption) before the resulting computed value will be displayed at the text box 4 


Use the Convert.TextString(Math.Eqrt(intNum1)); mathematical function to get the square root value


where intNum1 is the number of square root 


Exercise 3 : Practice to manipulate 2D arrays

Use a double-subscripted array to solve the following problem. A company has four salespeople ( 1 to 4) who sell five different products ( 1 to 5). Once a day, each salesperson passes in a slip for each different type of product sold. Each slip contains:

a) The salesperson number

b) The product number

c) The total dollar value of that product sold that day

Assume that the information from all the slips for a day is available. Write a program that will read all this information for the day and store in a double-subscripted array sales. For each product find and display the total sales.


Differentiate flowchart and algorithm?
Give an example of algorithm.
Differentiate flowchart and algorithm?

Consider an array MARKS[20][5] which stores the marks obtained by 20 students in 5 subjects. Now write a program to

(a) find the average marks obtained in each subject.

(b) find the average marks obtained by every student.

(c) display the scores obtained by every student and grades according to the average marks obtained by every student


Why do we need flowchart to create a program?

Enter your name: Hunter Chase Sanford

Enter your course: I.T

Enter your year and section: 2-A

Enter the academic year: 2021-2022

Enter first number: 6

Enter second number: 2

Hello, Hunter Chase Sanford! You are currently enrolled in I.T 2-A, A.Y. 2021-2022.

The sum is: 8

The difference is: 4

The product is: 12

The quotient is: 3


LATEST TUTORIALS
APPROVED BY CLIENTS