LESZEK
LESZEK
CC#
Created by LESZEK on 12/13/2023 in #help
help
I already understand that I need to learn csarp and then play the game
14 replies
CC#
Created by LESZEK on 12/13/2023 in #help
help
ok thx
14 replies
CC#
Created by LESZEK on 12/13/2023 in #help
help
can you write correct code , but i aaam begginer in the programing
14 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
because I didn't know that Ican't convert from string to int
37 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
ok
37 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
int str1 , str2 ; string a ; Console.WriteLine("napisz 1 liczbe");
a = Console.ReadLine(); str1 = Convert.ToInt32(a); Console.WriteLine("napisz 2 liczbe"); a = Console.ReadLine(); str2 = Convert.ToInt32(a); int result = str1 + str2; Console.WriteLine( "wynik " + result);
37 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
if i want it to work i must write this?
37 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
so the int type cannot be converted to the string type?
37 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
in 4 line and in 7 line
37 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
and now its have two mistake
37 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
string str1 , str2 ; int a ; Console.WriteLine("napisz 1 liczbe"); a = Console.ReadLine(); str1 = Convert.ToString(a); Console.WriteLine("napisz 2 liczbe"); a = Console.ReadLine(); str2 = Convert.ToString(a); string result = str1 + str2; Console.WriteLine( "wynik " + result);
37 replies
CC#
Created by LESZEK on 12/6/2023 in #help
✅ help
why its dont work
37 replies
CC#
Created by LESZEK on 12/5/2023 in #help
help
what is the difference between "is" and ==
57 replies
CC#
Created by LESZEK on 12/5/2023 in #help
help
because i thinks else end if muss be in the same groyp
57 replies
CC#
Created by LESZEK on 12/5/2023 in #help
help
No description
57 replies
CC#
Created by LESZEK on 12/5/2023 in #help
help
now its working
57 replies
CC#
Created by LESZEK on 12/5/2023 in #help
help
thx
57 replies
CC#
Created by LESZEK on 12/5/2023 in #help
help
No description
57 replies
CC#
Created by LESZEK on 12/5/2023 in #help
help
ok
57 replies
CC#
Created by LESZEK on 12/5/2023 in #help
help
like this
57 replies