Skip to content

Instantly share code, notes, and snippets.

View johnaiker's full-sized avatar
😵‍💫
psicotropic

Johnaiker Arias johnaiker

😵‍💫
psicotropic
View GitHub Profile
#include <iostream>
using namespace std;
int main() {
float numero1, numero2, multiplo, opcion;
int i;
do {
cout << "Inserte el primer numero: ";
cin >> numero1;
#include <iostream>
using namespace std;
int main() {
float numero1, numero2, multiplo, opcion;
int i;
do {
cout << "Inserte el primer numero: ";
cin >> numero1;