Science, asked by farwaasghar850, 2 months ago

دن منام ایرر c) Runtiine Irror ) ) Q24. Which type of expression is used to obtain a numeric value as answer in the program? میز کیش ایر d) ixecution Error پروگرام میں ایک قدر دی میت کو جواب میں حاصل کرنے کے لئے کس قسم کا ایک پر پیشین استعمال کیا جاتا ہے؟ تحمیلی ) b) Arithmetic c d) Logical Q25. In which year the BASIC Language was invented at Dartmouth College USA? المشتل a) Relational امیر انیکا c) Algebraic ہیں لیکوریج کو امریکہ کے ڈر ماؤتھ کا بے میں کس سال بنایا گیا؟ a) 1966 h) 1965 c)1964 d) 1953 Q25. The maximum length of characters that can be written in a line in BASIC is: بی لینگویج میں ایک لائن میں آنے والے کرکٹرز کی زیادہ سے زیادہ حد ہے؟ a) 5 b) (5000) c)65520) d) 65539 Q25. Which symbol is used to represent the Greater Than or Equal to in the program? کوئی علامت کو پروگرام میں بڑے بی برابر کے عمل کو ظاہر کرنے کے لیے استعمال کیا جاتا ہے؟ a) b) C) d) Q25. Which of the following is the correct range of line numbers in BASIC? مندر جی میل میں سے کوئی بیک الیگوری میں ان نمبرز کی دور ستر ہے؟ b) 0 to 65000) a) () to 255 d) 0 to 65539 c) 0 to 65529​

Answers

Answered by jigarmansuri786
1

Answer:

Explanation:

Given a number N, the task is to check whether the number is Automorphic number or not. A number is called Automorphic number if and only if its square ends in the same digits as the number itself.

Examples :  

 

Input  : N = 76  

Output : Automorphic

Explanation: As 76*76 = 5776

Input  : N = 25

Output : Automorphic

As 25*25 = 625

Input : N = 7

Output : Not Automorphic

As 7*7 = 49

Similar questions