Posts by LUSCA • 25 points
2 posts
-
0
votes1
answer35
viewsQ: How to change the Listbox Index to 1?
Citation I would like to add names to a listbox, put a NumericUpDown to associate how many dependent names will be added at most, depending on the number the user enters, and a txtbox to add names…
-
1
votes2
answers88
viewsQ: How to print a decimal value with comma ex: 75.0 would be 7.5?
using System; class teste { static void Main(string[] args) { float nota1, nota2, MEDIA; med1; nota1=float.Parse(Console.ReadLine()); …