Generation

generate functionThu, 04 May 2023

Sumar 100 números solicitados al usuario, mostrar la suma total. usar while

#include <iostream> using namespace std; int main() { int numero1; int numero2; int numero3; int numero4; int numero5; int numero6; int numero7; int numero8; int numero9; int numero10; int resultado; cout << "Ingrese un numero: "; cin >> numero1; cout << "Ingrese un numero: "; cin >> numero2; cout << "Ingrese un numero: "; cin >> numero3; cout << "Ingrese un numero: "; cin >> numero4; cout << "Ingrese un numero: "; cin >> numero5; cout << "Ingrese un numero: "; cin >> numero6; cout << "Ingrese un numero: "

Want to kickstart your project?Use the new AI Studio to create your code