Q&A Discussions
What is the point of void?
0 Votes
2 AnswersWhy it don't worked?
0 Votes
3 AnswersWhy so many brackets?!
0 Votes
7 Answersusing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoloLearn
{
class Program
{
static void Main(string[] args)
{
int age = Convert.ToInt32(Console.ReadLine());
int broAge = Convert.ToInt32(Console .Readline());
Console.WriteLine("You are {0} years old", "your bro is {1}", age, broAge );
}
}
}
-1 Vote
7 AnswersFunctions and return type
0 Votes
2 AnswersPodrían ayudarme con esto??
0 Votes
1 AnswerString[]args
0 Votes
1 AnswerHot today
Time up code for data revision
0 Votes
Data Analysis Course
1 Votes
Web vs python
0 Votes
Is there LUA?
0 Votes
I want to learn why this error occurs in "while loop" function of Pythone.Can someone explain to me?
1 Votes
Best Python Calculator Code
1 Votes