Ask your own question, for FREE!
Computer Science 14 Online
OpenStudy (anonymous):

Need help with VB.Net Your Choices You must choose two of the following five mathematics pro blems: A. Write a program to create a finite arithmetic series and have the program ask the user what the next number in the series is and checks it (with feedback). B. Write a program to calculate the sum of a series of numbers given the first number an d the definition of the series (i.e. the series equation). C. Write a program to create a finite geometric series. D. Write a program that will average 10 numbers. E. Write a program that will calculate and print the volume of a cube

OpenStudy (anonymous):

I was thinking of doing, D and E or B and E. But I'm open to anything that has a good source so I can understand it better.

OpenStudy (e.mccormick):

All of those are based off of mathematical formulas. So any that you know the formula for, you just need to reproduce the formula in VB, take some input, give some output.

OpenStudy (anonymous):

I just don't grasp it. What template should I use? Console application?

OpenStudy (anonymous):

Also i'm not exactly trying to cheat i just want to understand a few things. When I try and copy a source code that has this > Module Algorithm it won't let me open the console/cmd so i always have to have rename it to Module Module1

OpenStudy (e.mccormick):

Console or window is up to you. Depends on if you want to take things in from text fields or what. No matter how it is formatted, you are going to take in some information, do some math, and output a result.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!