use c++ only and for loop, i give feedback quickly
3. (for-loop) ) This is a temperature conversion table( C=5(F-32/9 Enter the table size (start, end, next): 100 140 5 C。 100 xx.XX 105 xx.xx Fo 140 xx.xx Show transcribed image text 3. (for-loop) ) This is a temperature conversion table( C=5(F-32/9 Enter the table size (start, end, next): 100 140 5 C。 100 xx.XX 105 xx.xx Fo 140 xx.xx
Answer
#include <iostream>using namespace std;int main()
OR
OR