CJCoding With Joseph

Bank Account Deposit

An Account struct with an int field balance is defined and starts at 100. Deposit 50 (add it to the balance), then print the new balance in this exact format:

Balance: 150

Expected Output:

Balance: 150
Topics:
Structs
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.