Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Help with visual basic?

Taking a online visual basics class and the book is crap when it comes to explaining things. the assignment is making a movie rent calculation page. I need help programming it to take the number of movies I input into on box multiply it by 1.80 and tell me what the total is. If anyone knows this and happens to have the book programming in visual basics 2010 its the chapter 3 video bonanza at the end of the chapter. If anyone just happens to know please help me out! if you could maybe leave a email in case I have follow up questions to that be great!

Thank you!!!!!!

1 Answer

Relevance
  • 9 years ago
    Favorite Answer

    TotalLabel.Text = Val(MoviesRented.Text) * 1.8

    Source(s): VB.NET Programmer
Still have questions? Get your answers by asking now.