This is a homework question I am a complete beginner when it comes to coding and i was wondering you could help me start my code for my assignment.
i have to code an invoice that will come out like this
I just want to know how to start the math portion
BOB'S FRUITS GROCERY INVOICE
-----------------------------------------------
20 Apples @ 0.65 each = $ 13.00
20 Oranges @ 0.90 each = $ 18.00
20 Bananas @ 0.70 each = $ 14.00
-----------
TOTAL = $ 45.00
so far all i have have is this: #include<iostream>
'hw1e.exe': Loaded 'C:\Users\Justin\Desktop\1.5\Debug\hw1e.exe', Symbols loaded.
'hw1e.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'hw1e.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'hw1e.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'hw1e.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded.
'hw1e.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
'hw1e.exe': Loaded 'C:\Windows\SysWOW64\apphelp.dll', Cannot find or open the PDB file
'hw1e.exe': Loaded 'ImageAtBase0x4a880000', Loading disabled by Include/Exclude setting.
'hw1e.exe': Unloaded 'ImageAtBase0x4a880000'
The program '[5616] hw1e.exe: Native' has exited with code 0 (0x0).