Jump to content

Recommended Posts

Posted (edited)

Boas.

Estou a fazer um programa onde tenho de escrever e devolver o nome de cada barco.

Como posso fazer isso?

Cumps. 👍

#include <cstdlib>
#include <iostream>
using namespace std;
int main()
{
char barco1, barco2;
int dado;


cout << "Bem vindo a corrida de barcos!!! \n\n";

cout << "Qual e o nome do primeiro barco: \n\n\n\n\n" << barco1;


cout << ": \n\n\n\n\n" << barco2;


system("PAUSE");
return 0;
}
Edited by thoga31
GeSHi

Uma espécie de programador

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.