Q&A DiscussƵes
Object oriented thinking
7 Votos
2 Respostasusing 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 Votos
3 RespostasQuente hoje
Question
2 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
I dont now that how to do js
2 Votes
Project subjection
0 Votes
overloading operators << >>
1 Votes
Wishkit alternative for android
1 Votes
How to start in web dev?
0 Votes