Page 1 of 1

Question#4: Write a small program that has the "account_balance" as a global variable and the function "add_balance{floa

Posted: Fri May 20, 2022 1:37 pm
by answerhappygod
Question 4 Write A Small Program That Has The Account Balance As A Global Variable And The Function Add Balance Floa 1
Question 4 Write A Small Program That Has The Account Balance As A Global Variable And The Function Add Balance Floa 1 (15.19 KiB) Viewed 22 times
paython language
Question#4: Write a small program that has the "account_balance" as a global variable and the function "add_balance{float amount)". The function reads the current balance value, adds an amount to it (which is entered by the user) and writes the new value to the balance variable. After that create 2 threads which will invoke the add_balance(float amount) function and add different values, Run the program and make sure that the data is consistent (Use a proper lock on the variable)