Answered step by step
Verified Expert Solution
Question
1 Approved Answer
How do I code this in c++ so far I'm able to ask the user data using cin and i don't know what should I
How do I code this in c++
so far I'm able to ask the user data using cin and i don't know what should I do next
main o gets input from the user asking for a price (float) o displays price before conversion o calls function to convert o displays price after conversion UStoCA o takes in price parameter (float) o converts to CAD (Canadian dollars) - current conversion: - 1 USD = 1.31 CAD (approximately) o returns converted price (float)
Step 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