C++ using loop
rograms with the following I/o (while-loop) Enter a string of grades: ABcdffaACc No. of A’s..xx No. of C’s No. of D’s No. of F’ (while loop) Enter a group of scores with -1 at the end: 88 55 77 99 22 1 44-1 Average = xx.xx Maximum 99 Minimum 1 (for-loop) This is a temperature conversion table ( C-5(F-32)/9) Enter the table size (start, end, next): 100 140 5 F’с” xx.Xx 105 xxxx
OR
OR