What's new

Help Badly need help po

Rednevin

Honorary Poster
Joined
Dec 5, 2017
Posts
268
Reaction
40
Points
211
Age
24
Draw a flowchart to do the following:
1. Display the header and sub-header (see Screen Layout).
2. Accepts the following input fields:
a. Item Code
b. Item Description
c. Quantity
d. Unit Cost
3. Compute the Amount and display where, Amount is the product of quantity and cost
4. Accepts the value of SWITCH (0 and 1 only).
5. For every 10 records processed, clear the screen and repeat 1,2 & 3 stop accepting records only
if the value of SWITCH = 0.
6. Before the program ends, display the following:
a. Total number of records processed
b. Total quantity in the inventory
c. Total accumulated amount of the inventory

1666098996022.png

ito po yung screen layout
Naguguluhan po ako sa Step 5 kung mag rerepeat ba ako sa step 1 - 3 or iloop ko for 3 times yung 10 records processed.

hehe nasa flowchart palang po kami sa intro to computing.
 

Attachments

Similar threads

Back
Top