Question
I am having trouble knowing where to put some lines of code or what button I'm supposed to click to write the code under? My
I am having trouble knowing where to put some lines of code or what button I'm supposed to click to write the code under? My issues pertain to the C# programming 4th edition by Gaddis chapter 6 section #5pp step 6 pleaase help. I'm using the atextbook solutions and it is showing me how to program it but step 6 of 16 says this comment //gest all the calues and converts to double which I write double parts = double.Parse(partsTextBox.Text); do i click on the text box and put this under that for the program part? Also the next part says "Call oilLubeCharges function by passing the values of oil and lube as parameters and the return valueis stored in thre oillube variable." The vaiable is double oillube = oilLubeCharges(oil, lube); How do I "call" to set this part up?
Thanks, Kirk
Chapte 7 Graded Homewo e Starting Out With VisueX IAn Havina Trouble Kri Legoutuccessful CAS Bo dwaluatio 2.31 13-X Microsoft orice lime Mail k atfi okstate. https://www.che g.com homework help starting ut Must Visited Tushiba Amazon Tustiba @ Gelting SI rted ith Visual-C 4th man-chapter-6-problem-5pp solution 9780 1 343826D9 a search Markelwe1 h: Slock M Sign In Legin-CAS-Cental.. MyTCC Login Tulsa Co. e Sign In cr Sign Up Ch. Chegg Study TEXTBOOK SOLUTIONS EXPERT ORA TEXTBOOK SOLUTIONS EXPERT Q&A Chapter 6, Problem 5PP ,D5Bankmarks) Show all steps: Chapter 1 Y Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6A Step 6 of 16 A After checking the check boxes retrieve the text box values tom the parts and labour group and store thelr values in the varlables parts and labor gets all the values and converts to double double parts double.Parse(partsTextBox.Text); double labor double.Parse(abor TextBax.Text) Call OilLubeCharges function by passing the values of oil and lube as parameters and the return value is stored in the oillube variable. double oillube = OilLubeCharges(oil, lube); Call FlushCharges function by passing the values of radiator and trans as parameters and the return value is stored in the flush varlable double flush FlushCharges(radiator, trans) Call MiscCharges function by passing the values of inspection, muffler and tire as parameters and the return value is stored in the misc variable. double misc = MiscCharges(inspection, muffler re) Call OtherCharges tunction by passing the values of parts and labor as parameters and the return value is stored In the other varlable. double other OtherCharges parts, labor) Call TaxCharges function by passing the values of parts, labor, ollube, flush, misc, and labor as parameters and the return value is stored in the tax variable. 2CPStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started