Обсуждения
What is use of Piece.h header file?
3 голосов
1 ответWhat will be the output???
2 голосов
7 ответовHow to code an Environment?
0 голосов
2 ответовhow to make GUI for programmes
0 голосов
3 ответовObject oriented thinking
7 голосов
2 ответовHow can i create android apps
0 голосов
2 ответов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 голосов
3 ответовАктуальное сегодня
Sticky position
3 Votes
Help please?
3 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes