the set of single digit whole numbers which are perfect square. Please tell the answer in rule method or set builder form.
Answers
Answered by
4
Answer:
Given an integer N, the task is to find the number of perfect squares of length N.
Examples:
Input: N = 1
Output: 3
Explanation: The single digit perfect squares are 1, 4 and 9.
Input: N = 2
Output: 6
Explanation: The two-digit perfect squares are 16, 25, 36, 49, 64 and 81.
Attention reader! Don’t stop learning now. Get hold of all the important mathematical concepts for competitive programming with the Essential Maths for CP Course at a student-friendly price. To complete your preparation from learning a language to DS Algo and many more, please refer Complete
Answered by
0
Answer:
(0,1,4,9)
Step-by-step explanation:
Similar questions
Computer Science,
9 days ago
Science,
9 days ago
Math,
19 days ago
English,
9 months ago
Math,
9 months ago