- Joined
- Dec 25, 2011
- Messages
- 5,468
- Reaction score
- 78
My boy is stuck on his Visual Basic homework. He's done 2 out of the 3 assignments but this one seemingly has him stumped. I'm trying to help but my experience of programming started with a ZX81 and ended with MSBASIC many hears ago on DOS based machines. Doesn't help that he mainly communicates in grunts at the moment but I know he is struggling with this and he's usually pretty good. Said the teacher has given them the question
A couple of questions if I may:
1) Can I learn VB on my pc that runs Ubuntu (Zorin)? Or something transferable?
2) If so then is VB "cross platform" as in is it something that could write in Ubuntu and transfer to a Wndows PC?
3) Any good WRITTEN guides? Can't stand YouTube.
Sorry for the numpty questions, it's been a long time!
The question if interested:
Create a program that will store the ingredients for a recipe.
• The program should ask the user to input:
• The number of people the recipe will serve
• A list of ingredients: item, quantity and units for example flour, 150, grams
The program should store the recipe name, number of people and the list of ingredients with their quantities and units.
The user should be able to retrieve the recipe and have the ingredients recalculated for a different number of people.
• The program should ask the user to input the number of people.
• The program should output:
• The recipe name
• The new number of people
• The revised quantities with units for this number of people.
Many thanks in advance!
A couple of questions if I may:
1) Can I learn VB on my pc that runs Ubuntu (Zorin)? Or something transferable?
2) If so then is VB "cross platform" as in is it something that could write in Ubuntu and transfer to a Wndows PC?
3) Any good WRITTEN guides? Can't stand YouTube.
Sorry for the numpty questions, it's been a long time!
The question if interested:
Create a program that will store the ingredients for a recipe.
• The program should ask the user to input:
• The number of people the recipe will serve
• A list of ingredients: item, quantity and units for example flour, 150, grams
The program should store the recipe name, number of people and the list of ingredients with their quantities and units.
The user should be able to retrieve the recipe and have the ingredients recalculated for a different number of people.
• The program should ask the user to input the number of people.
• The program should output:
• The recipe name
• The new number of people
• The revised quantities with units for this number of people.
Many thanks in advance!