Thesaurus is a tool use to find the synonym of the of a word.
Here's the way to use the thesaurus in the word processor.
=> highlight the word, then right-click, Navigate to synonyms and the words will display.
It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))
Answer:
c. prompt(text[,default Input])
Explanation:
In javaScript the prompt() method displays a dialog box which allows the user input text required by the program.
Answer: hit control key and enter key at the same time.
Explanation:
on the keyboard hold down the control key and enter key.
Answer:
64
Explanation:
We have given the 32 bit architecture
We know that 1 byte =8 bit
So memory of given architecture 32 bit
Total memory = 256 bytes
So total number of instruction that fit into 256 bytes
So total 64 instruction can be fit in 256 byte memory.