+ 1
I need help
Im trying to use arrays for a task i have which is Usually like Asking for parents name and Age. after that the next page is about Item list. like Add 3 items Plus ammount of money. and im stuck at doing this. can anyone help me.
13 Antworten
+ 1
Thank u soooo much this is what i needed
0
Clarify your question, it is difficult to understand what the problem is. :) Show your code, if you can.
0
ok my task is in 2 parts
the first part is to ask the user To write the names of parents or anyname and then ask to write theyre age. After that the program repeats what has been typed
the second part is like a store the user type like an article and then ask the price it wants to add. at the end the proggram repeats what the user typed
0
Drowned Darkness The not so silent Gamer Queen you should have struct to store this all details for one entry...money is to be float or double and name would be string... array stores same type elements not different type in one array
0
i get that but i need to Use
float, array, strings & Void. And im stuck in even starting this bc of stress..... thats why im asking for help....
0
Drowned Darkness The not so silent Gamer Queen it happens... take rest now nd start the same in mrng with fresh mind.. I am sure you will be able to do it...
0
ive been at this for 5 days bc this task is for Tuesday
0
Drowned Darkness The not so silent Gamer Queen I am sorry to say but I don't prefer to do assignment for other... I just want people to help if someone is stuck ... this only help them put their understanding into learning... You can wait for others to provide you directly solution if you wish...
0
im just stuck On how i can put Arrays in the solution with out Messing up everything ive worked on
0
share your code link in comment section.. array can't be used for different data type..you need to use struct that what I feel..
0
THTS what im missing Structs. im a f* dumb as.
0
Drowned Darkness The not so silent Gamer Queen refer below link for structure:
https://www.sololearn.com/learn/CSharp/2688/?ref=app
0
happy learning