Обсуждения
Grow Your business. I need help.
0 голосов
4 ответовCan someone tell me the logic
0 голосов
2 ответовC # garbage collection
4 голосов
6 ответовI was playing in the code playground after learning about the String.Concat in the static classes course. I have the following code, and was wondering if it's possible to put a period and space between the two texts, and how to put the second text on the next line.
http://www.sololearn.com/app/csharp/playground/c0rAVF6X3KwP/
-1 голос
4 ответовFinal keyword
1 голос
1 ответWhat is "static" syntax? C#
0 голосов
3 ответовRecommendation
0 голосов
1 ответusing 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 голос
7 ответовwhere are my mistakes?
1 голос
2 ответовАктуальное сегодня
Guys help please
1 Votes
Python question
2 Votes
Python
1 Votes
Front-end vs Full-stack
1 Votes
Are websites hackable?
1 Votes
C# and sql
1 Votes
What course to take for AI?
0 Votes
TICTACTOE
0 Votes
Error
0 Votes