PELMENIICC
PELMENIICC
CC#
Created by PELMENIICC on 9/27/2023 in #help
❔ Lines for multiplacation table
atleast some hints where do i need to look for info?
10 replies
CC#
Created by PELMENIICC on 9/27/2023 in #help
❔ Lines for multiplacation table
f
10 replies
CC#
Created by PELMENIICC on 9/27/2023 in #help
❔ Lines for multiplacation table
brah i ddont have any clue how to get that done, i just need a few lines thats it
10 replies
CC#
Created by PELMENIICC on 9/27/2023 in #help
❔ Lines for multiplacation table
No description
10 replies
CC#
Created by PELMENIICC on 9/7/2023 in #help
❔ How do I make it to show only 5 digits after comma?
double R = 2.4;
double pi = 3.1415926;
int C = 2;
int D = 4;
double E = 3;



Console.WriteLine("Rādiuss R = " + R);
Console.WriteLine($"Riņķa Līnijas Garums = {C * pi * R:F5}");
Console.WriteLine($"Riņķa Laukums = {pi * R * R:F5}");
Console.WriteLine($"Lodes laukums = {D * pi * R*R:F5}");
Console.WriteLine($"Lodes Tilpums= {(D * pi * R * R * R) / E:F5}");
Console.ReadLine();
double R = 2.4;
double pi = 3.1415926;
int C = 2;
int D = 4;
double E = 3;



Console.WriteLine("Rādiuss R = " + R);
Console.WriteLine($"Riņķa Līnijas Garums = {C * pi * R:F5}");
Console.WriteLine($"Riņķa Laukums = {pi * R * R:F5}");
Console.WriteLine($"Lodes laukums = {D * pi * R*R:F5}");
Console.WriteLine($"Lodes Tilpums= {(D * pi * R * R * R) / E:F5}");
Console.ReadLine();
17 replies
CC#
Created by PELMENIICC on 9/7/2023 in #help
❔ How do I make it to show only 5 digits after comma?
i'll post my code if anyone needs it : )
17 replies
CC#
Created by PELMENIICC on 9/7/2023 in #help
❔ How do I make it to show only 5 digits after comma?
yes, thanks, what's "var" used for anyways then?
17 replies
CC#
Created by PELMENIICC on 9/7/2023 in #help
❔ How do I make it to show only 5 digits after comma?
oh.. lemme try that
17 replies
CC#
Created by PELMENIICC on 9/7/2023 in #help
❔ How do I make it to show only 5 digits after comma?
went through without errors, idk if thats the correct way, but if it works, it works, right?
17 replies
CC#
Created by PELMENIICC on 9/7/2023 in #help
❔ How do I make it to show only 5 digits after comma?
figured it out, basicly i put "var" instead of "int" or "double" and used that $....:F5
17 replies
CC#
Created by PELMENIICC on 9/7/2023 in #help
❔ How do I make it to show only 5 digits after comma?
ye i would use some help
17 replies
CC#
Created by PELMENIICC on 9/7/2023 in #help
❔ How do I make it to show only 5 digits after comma?
ight if i will understand this shit xd
17 replies