thanks

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

thanks

Post by answerhappygod »

thanks
Thanks 1
Thanks 1 (24.53 KiB) Viewed 30 times
1. (Required) Design a structure for a product, including id (integer type), product name (char*), and price (float). Assign data for five products. Then output the ID, product name and price of the highest priced product (Using structures). For example input: 1 book 20.0 2 table 150.0 3 cup 18.0 4 lamp 32.0 5 pencil 5.0 $./a.exe The highest price product is 2 table 150.0
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply