Posts by Adriano S Guimarães • 3 points
3 posts
-
0
votes1
answer38
viewsQ: How to take values from one or more inputs
I’m starting programming with Javascript and I’m wondering if I can get the 3 values of input. The result always comes Not A Number (NAN) function media(){ var a =…
javascriptasked Adriano S Guimarães 3 -
0
votes0
answers734
viewsQ: Lottery game program using matrix
I need to make a program in C, that the user enters with 5 games of 6 dozens stored in a 5x6 matrix. I need to create a function that draws a game of six dozens stored in a vector of 6 positions and…
casked Adriano S Guimarães 3 -
-1
votes1
answer96
viewsQ: Doubt Nesting of Structs
I need to make a program that registers product and include these products in a shopping cart and finalize the sale. Before I had done a program that registered the products, which contained only…