Answer: A
Explain:
you can use memory on a computer to retrieve passed data if your referring to brains memory that is memory of passed events
memory:1 the faculity by which the mind stores and members information
2 something remembered from the past a recollection
#accepting input from user
n=int(input("Enter a number: "))
#entered number is stored in a temporary variable
temp=n
#initializng required variables
rev=0
dgt=0
#digits are reversed inside while loop
while(n>0):
dgt=n%10
rev=rev*10+dgt
n=n//10
#original number and its reverse are compared
if(temp==rev):
#if equal, it's a palindrome
print("It is a Palindrome")
else:
#if not equal, it's not a palindrome
print("It is not a Palindrome")
#◌⑅⃝●♡⋆♡Nåmřāthā♡⋆♡●⑅◌
I believe the answer is C.
Answer:
The answer is A)
Explanation:
In programming languages like java you can only use single inhertance meaning a class can only inherit attributes from one class. But in other languanges like C you can have multiple inhertance
Answer:
1)engagement
2)clarity
, consistency
, simplicity
3)consistency
4)clarity
,consistency
,simplicity
Explanation:
The answers of the four parts are as mentioned above.
If the game is engaging the interest of the interested players will be retained certainly.
If it is clear, consistent and simple, then you will definitely be able to retain the kind of fun the game will be creating in the intended player audiences.
If its consistent, then the game will certainly require one type of approach.
And if its clear, consistent and simple then the game will be providing the flexibility for the future modification.
Hence the above answer.