Dyskusje Q&A
if i download the programs for c++ on my pc ( codebuilds and the compiler ) and i want to write a program in my package ( workspace ) i create a new file and write smthing beginning
#include <iostream>
using namespace std;
int main ()
{
...
}
and i want to run it, it always runs this first program : Hello World. and not my written program how can i run just my written program ?
have i maybe to write anything else as
int main () {} ?
0 głosów
16 odpowiedziSwitch slower than if-else
0 głosów
1 OdpowiedźC++ Output question
1 Głos
1 OdpowiedźIf...elif...else
1 Głos
1 Odpowiedźusing System;
namespace GoodProgrammerTest
{
class Program
{
static void Main(string[] args)
{
Console.Write("Enter Yes or No");
Console.Write(
"Do you programme every day? : ") ;
int answer = Console.ReadLine();
if (answer =="Yes")
{
Console.WriteLine(
"You will be a good programmer");
}
else
{
Console.WriteLine(
"You will not be a good programmer");
}
}
}
}
2 głosów
3 odpowiedziwhy my code is not working?
0 głosów
2 odpowiedziJavaScript Question
0 głosów
2 odpowiedziWhich language is need?
0 głosów
1 OdpowiedźTrouble
0 głosów
1 OdpowiedźWhy not working
-4 głosów
4 odpowiedziPopularne dzisiaj
Countdown Test
1 Votes
diary
1 Votes
Could anyone fix this?
0 Votes
what is empty tag
0 Votes
how do i create a code
0 Votes
Fitting
0 Votes
Leecode?
2 Votes