F&A Diskussionen
What does Array.Sort() do?
0 Stimmen
4 AntwortenCan someone tell me the logic
0 Stimmen
2 AntwortenC # garbage collection
4 Stimmen
6 AntwortenI 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 Stimme
4 AntwortenFinal keyword
1 Stimme
1 AntwortWhat is "static" syntax? C#
0 Stimmen
3 AntwortenRecommendation
0 Stimmen
1 Antwortusing 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 Stimme
8 Antwortenwhere are my mistakes?
1 Stimme
2 AntwortenHeute heiß
Functions in python
2 Votes
HTML
1 Votes
For Mobile app
0 Votes
Answer please
0 Votes
I need advice
0 Votes
I need advice
0 Votes