You are on page 1of 4

Sales Product

Candidate
Product 1 Product 2 Product 3 Value
Tony 2 4 2
Steve 4 1 3 Total Sales Value
Bruce 1 2 1 Performance Feedback
Natasha 5 3 1
Nick 3 1 2
Q1 Calculate Total Value Of Sales for each can
Q2 Use an If loop to calculate which candidate
Q3 Use nested if loop to give feedback to cand
1 2 3
250 175 200

<1000 1000-1500 1500-1800 >1800


Warning Satisfactory Bonus Promotion

tal Value Of Sales for each candidate.


op to calculate which candidates have earned a bonus
f loop to give feedback to candidates
Marks
Student
Marketing Sales Operations Human Resources
Bruce 85 72 93 56
Clark 78 34 45 72
Diana 47 32 68 51
Barry 60 49 76 34

Q1 Calculate Average Marks for each student


Q2 Calculate grade for each student based on average marks using nested if loop
Q3 Suggest Remarks for each stuent based on grade using nested if loop
Average Marks Grade Remarks
>90 A
90-80 B Distinction
80-70 C
70-60 D
Pass
60-50 E
<50 F Fail

You might also like