Posts by Douglas Marques • 61 points
2 posts
-
2
votes1
answer41
viewsQ: Make the console take a value from another class in C#
I’m trying to learn C-language. In this case I’m trying to get the Console to show the balance value by taking this value from a different class in the same file (I’ve tried it with multiple-files…
c#asked Douglas Marques 61 -
3
votes3
answers608
viewsQ: Read a console line in C#
CS1503 Argument 1: cannot convert from "group of methods" to "Object" using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace…