Skip to content

Commit 7abfb6e

Browse files
authored
Update exercises.md
1 parent 99fd52f commit 7abfb6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,13 @@ bank has users. users info are name, id, balance. Create, read info(id, balance)
486486
bank users, info balance everything provided. Ask program for options. create user(check if user exit) if update user id(check if exist) balance(check not to be negative), if result = 0(warning! might deactivate the account, are you sure you want to procceed?)---(if no, ask for new amount ot leave). name etc.
487487

488488
# ex.50
489-
2 lists, names and salaries into 1 dictionary
489+
You have two lists. The first list has the names of 5 employees and the second list has their salary. Create a dictionary with the names as key and salaries as value.
490490

491491
# ex.51
492-
3 lists names, salaries, missing days into 1 dictionary
492+
You have three lists. The first list has the names of 5 employees, the second list has their salary and the third list has how many days each employee missed. Create a dictionary with the employee name as key, salary and days missed for each employee as value
493493

494494
# ex.52
495-
previous excercise find the employee with fewest days didn't come.
495+
From the previous exercise find the employee with the fewest days missing.
496496

497497
# ex.53
498-
previous excercise find the employeessssSSS with fewest days that didn't come and lowest salary, change their salary
498+
From the previous exercise find the employee with the fewest days missing and lowest salary and give the employee a raise of 10%

0 commit comments

Comments
 (0)