Spades
Spades
CC#
Created by Staynk on 3/5/2025 in #help
✅ Spent almost an hour trying to independently get this right and it’s not clicking for me.
using System; public class Program { public static void Main(string[] args) { int i = 0; Console.WriteLine ("Enter Floors: "); int floors = Convert.ToInt32(Console.ReadLine());
while(i < floors) { Console.WriteLine ("You are now in "+ floors +" floors"); break; i++; } } }
192 replies
CC#
Created by jourmonheimer on 2/17/2024 in #help
do i need classes or mvp
thats a part of life man, you didn`t learn when you are not getting failed
96 replies
CC#
Created by jourmonheimer on 2/17/2024 in #help
do i need classes or mvp
thats why a coder, there`s a different method for making a code and optimize a work
96 replies
CC#
Created by jourmonheimer on 2/17/2024 in #help
do i need classes or mvp
they didnt want a spoonfeed cause everyone are want a copy and paste 😄
96 replies
CC#
Created by Damsey diou on 2/17/2024 in #help
is it possible to open an image file using c#?
it depends on you where you locate your folder then change the path ProcessStartInfo("image.png"); <-- your image location path
190 replies
CC#
Created by Maycon on 2/16/2024 in #help
Add custom font in c# winforms
close your compiler then install the fonts then reopen then check your font if its already included in your IDE compiler
3 replies