Q&A Discussions
Void test(){ int i; }
0 Votes
2 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
8 AnswersHot today
Java method override
1 Votes
Prient=("Hellow world")
1 Votes
A web question
0 Votes
Failed execution
0 Votes
Understanding Matrixes
0 Votes