Write an Assembly language program that queries an integer (1 s k s 365) from the keyboard in a loop. Then calculates and displays information about what will be the next day of the year: Saturday, Sunday or working day, if January 1: 1) Monday; 2) b) the d-th day of the week (if January 1 is Monday, then d = 1 if Tuesday = 2,..., if Sunday -d = 7). The input ends when you press the EЅС key.

Respuesta :