Page 1 of 1

a C. Based on the following flowchart in Figure 2, write a C++ program segment using the while loop. Begin counter = 1

Posted: Sat Feb 19, 2022 3:21 pm
by answerhappygod
A C Based On The Following Flowchart In Figure 2 Write A C Program Segment Using The While Loop Begin Counter 1 1
A C Based On The Following Flowchart In Figure 2 Write A C Program Segment Using The While Loop Begin Counter 1 1 (5.45 KiB) Viewed 31 times
A C Based On The Following Flowchart In Figure 2 Write A C Program Segment Using The While Loop Begin Counter 1 2
A C Based On The Following Flowchart In Figure 2 Write A C Program Segment Using The While Loop Begin Counter 1 2 (32 KiB) Viewed 31 times
a C. Based on the following flowchart in Figure 2, write a C++ program segment using the while loop.
Begin counter = 1, max 13 counter cu max enter sales N sales > 7500 commission = 0.03 x sales commission=0.04 x sales totalSales = totalSales + sales totalcomm = totalcomm + commission counter- totalSales >5000 bonus = totalSales x0,02 N totalSales, totalcomm, bonus End Figure 2 (6 marks)