Computer Science, asked by narukullayaswanthesw, 5 months ago

Maps Writing Bot Problem Description A scientist has created a Writing Bot which will read from one book and write into another. Both books may have different dimensions i.e. number of lines on each page and number of pages itself. Reads and writes also happen at different speed. The Bot first reads from the first book fully, then processes the format to write into the second book (done instantaneously) and finally starts writing into the second book. Your task is to identify, after a specified interval of time, if the Bot is reading or writing. For each of these activities how much read and write activity has happened needs to be captured in terms of number of pages and number of lines on the current page. Constraints 1<= Number of pages first book, Number of pages second book < 10^3 1<=Number of lines in first book, Number of lines in second book < 10^2 - Input The input has 7 lines The first line contains an integer denoting the number of pages in the first book. The second line contains an integer denoting the number of lines per page of first book. The third line contains an integer denoting the number of pages in second book. The fourth line contains an integer denoting the number of lines per page of second book. atform. 11:30 AM ENG O search 10/4/2020 ASUS VivoBook.write code for this question in c programming​

Answers

Answered by vishajain821
0

Answer:

..................

................

Similar questions