F&A Diskussionen
C# {0}
 2 Stimmen
 4 AntwortenC# {0}
 1 Stimme
 3 AntwortenWhy {0}
 1 Stimme
 2 AntwortenUnderstand the {0}
 1 Stimme
 1 AntwortWhat is {0}
 0 Stimmen
 1 AntwortWhat's the meaning of {0} ?
 23 Stimmen
 14 Antwortenwhat is {0} this.
 1 Stimme
 2 AntwortenWhat does {0} mean in C#
 1 Stimme
 4 AntwortenWhat does {0} {1} means?
 0 Stimmen
 1 AntwortC#: what is {0} or {1}?
 1 Stimme
 2 AntwortenWhat is the use of {0}
 0 Stimmen
 1 AntwortWhy we use  x = {0}
 0 Stimmen
 2 Antwortenwhat is the meaning of :  {0}
 0 Stimmen
 4 AntwortenHow x = {0} turned into x = 10 ?
 0 Stimmen
 2 AntwortenI dont unserstand the output if this code : 
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[0], nums[1], nums[2])
print(msg)
4 4 6
but when I do : 
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[1], nums[1], nums[2])
print(msg)
it gives me 
5 5 6
is there a priority in the Reading ?
 0 Stimmen
 5 Antwortenusing 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 AntwortenWhat is this "{0}"?
 4 Stimmen
 1 AntwortHeute heiß
Remove
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes
Engineer Cloud
 0 Votes
Lua?
 1 Votes