Q&A Discussions
i want program in html
0 Votes
4 Answershow to make a login program
0 Votes
1 Answerhow java program is processed?
-2 Votes
3 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 Answershow to make java program
0 Votes
2 Answerswhy we use # in program
-2 Votes
2 AnswersI've been trying to make first example program work for about an hour now and I've re-typed it multiple times but it still gives me the same error
ExampleProgram.java:3: error: cannot find symbol
System.out.printIn("Hello World");
And the arrow is pointing at the period (.) after out. Anyone can help me?
0 Votes
7 AnswersHot today
Is this realistic enough?
2 Votes
Need friends
0 Votes
Web Development
0 Votes
Cybersecurity techies
3 Votes
Please complete this code.
0 Votes