Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

i need help turning this into code and the language im using is java also make sure to make it as simple as possible because

i need help turning this into code and the language im using is java also make sure to make it as simple as possible because im still learning java so i want to make sure i understand. thank you for your help.
image text in transcribed
write a program that passes the dollars, guaters. dimes, nickels, and pennies from a vale $xx.yy entered by the user sample output: Enter an amount in $aa.bb:3.75 3 dollars 3 quater 0 dimes 0 nicules 0 pennies pennies = pennies %100;=98 quarters = pennies/25i pennies = pennies %25;=23 dines = pennies /10i pennies = pennies %10i=3 nieluls = pennies s; pernies = pennies\% % pennies = pennics

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions