Q&A Discussies
What will be the output???
2 Stemmen
7 AntwoordenHow to code an Environment?
0 Stemmen
2 Antwoordenhow to make GUI for programmes
0 Stemmen
3 AntwoordenObject oriented thinking
7 Stemmen
2 AntwoordenHow can i create android apps
0 Stemmen
2 Antwoordenusing 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 Stemmen
3 AntwoordenPopulair vandaag
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes