write a program that implements logic as following// ask the user for a positce value, the program would ass all the num
Posted: Fri Jul 08, 2022 7:26 am
write a program that implements logic as following// ask the user for a positce value, the program would ass all the numbers from 1 upto the value entered. example if they enter 7 they add 1+2,3,4,6,7 etc