“Dogecoin Precio USD” Código de respuesta

Precio de Dogecoin

while True:
    print('dogecoin going to the moon')
    
Smoggy Sardine

Precio de Dogecoin

woooooow so mUCH MONEYYYYY
Vitalik-Hakim

¿Cuál es el precio de Dogecoin en este momento?

DOGECOIN TO 1$!!!!!!!!!!!!!!!!!!!!!
Xenophobic Xenomorph

Precio de Dogecoin

Going to Mars
Distinct Dog

Precio de Dogecoin

TO THE MOON loading ----> TO BE --$392$--
Quaint Quail

Dogecoin Precio USD

#include <iostream>

using namespace std;

int main() {

	float doge{ 0.1264 };
	float bDoge{};
	float usd{};

	bool cont{ true };

	do {

		int option{};

		cout << "\tPick an option: " << endl;
		cout << "\t1. Convert USD into Doge coin" << endl;
		cout << "\t2. Exit" << endl;
		cin >> option;

		switch (option) {
		case 1:
			cout << "\tEnter the amount of USD: " << endl;
			cin >> usd;
			bDoge = usd / doge;
			cout << "You successfully brought " << bDoge << " doge coins!" << endl;
			break;

		case 2:
			exit(0);

		default:
			system("cls");
			cout << "\tPlease selection from the option menu: " << endl;
			continue;

		}
	} while (cont == true);
	return 0;
}
Yucky Yacare

Respuestas similares a “Dogecoin Precio USD”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código