anamari
anamari
CC#
Created by anamari on 12/28/2022 in #help
❔ How can I save a byte in a ushort?
i hope i don't fail this test i'll do my best
44 replies
CC#
Created by anamari on 12/28/2022 in #help
❔ How can I save a byte in a ushort?
okay
44 replies
CC#
Created by anamari on 12/28/2022 in #help
❔ How can I save a byte in a ushort?
tyy so much
44 replies
CC#
Created by anamari on 12/28/2022 in #help
❔ How can I save a byte in a ushort?
i think i understand
44 replies
CC#
Created by anamari on 12/28/2022 in #help
❔ How can I save a byte in a ushort?
ooooooooooooooooooooooooooooooooh
44 replies
CC#
Created by anamari on 12/28/2022 in #help
❔ How can I save a byte in a ushort?
thank you ❤️
44 replies
CC#
Created by anamari on 12/28/2022 in #help
❔ How can I save a byte in a ushort?
This is what I got but I'm not really sure if what I´m doing makes sense (sry if its in spanish): byte x, y; Console.WriteLine("Enter a two-digit value:"); x = Convert.ToByte(Console.ReadLine()); Console.WriteLine("Enter another two-digit value"); y = Convert.ToByte(Console.ReadLine()); Console.WriteLine("\n"); Console.WriteLine("La multiplicación de los valores es " + x * y); Console.WriteLine("\n");
44 replies