0
help me write program
Write a program that a value table, for example, apples in the range of 100 grams to 1 kilogram in increments of 100 gram. in the program we enter the price of one kilogram. after the program is executed, a table with rwo columns should appear. in firs - weight from 100 grams to 1000 in 100 steps. and in front of the weight, that is, in another column, should b the price
15 Respostas
+ 1
do you want to learn or get code solution for a task?
0
code solution
0
So you have a soon task right?
0
yes
0
I understand, nobody has a lot of free time. So if you can send at least some information on this topic
0
And your learning?
0
yes,but a much better code. I find it easier to understand the code
0
You cant learn only in that way. You must to try to begin step by step
0
where can I find information on this topic?
0
if it is not difficult for you, write this program. Just now I have very little time
0
Search in C++ course in Loop section to do that with a for statement
0
ok, thanks
0
of course, try and share ;-)
0
ok :-)
0
https://code.sololearn.com/c1AelgTrkuK0/?ref=app
Try with that