ok i have a unit project and am really stumped. i want to make a really good, working program and it has to be in vb.net, and it has to be a console application (the "Module - Sub Main() - End Sub - End Module" kind of program). it needs to ask the user to input the values for the 3 sides of a cube and then say that it is going to calculate the volume of the cube and then say "&variable& is the volume of your cube". i really need help and a place to start - any help?

Recommended Answers

All 2 Replies

Start by opening your copy of Visual Studio or Visual Basic Express. Click on "Create Project" and choose "Console Application." Give it a descriptive name. Once you've gotten this far, type some code, then come back and post it if you've got more questions.

commented: Sounds like a reasonable start to me. +10

Open the prescribed text on VB programming for whatever course you are on at chapter one

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.