English, asked by Anonymous, 10 months ago

what is neon number .​

Attachments:

Answers

Answered by Anonymous
4

<div style="color: #FFFFFF; font: normal 18px arial, sans-serif; background-color: #347c17; border: #ff0000 4px solid; width: 70%; margin: 0 auto; padding: 4px 5px 3px 5px; -moz-border-radius: 17px; -webkit-border-radius: 17px; border-radius: 17px; -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20); -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20); box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);"><marquee scrolldelay="250"><b><u>Hello</u> </b></marquee>

<p style="color:cyan;font-family:cursive;background:black;font size:40px;">A number is a Neon number, if sum of the digits of square of a number is equal to the number itself. Example: Number 9 is a Neon number, because 9 is equal to sum of the digits of square of number (9x9 = 81 = 8+1 = 9).</p> 

Hope it helps you ❤❤

<p style="color:blue;font-family:cursive;background:pink;font-size:15px;">PLEASE MARK ME AS BRAINLIEST✌✌✌</p>

Answered by Vishal1478
2

Answer:

A neon number is a number where the sum of digits of square of the number is equal to the number. The task is to check and print neon numbers in a range. ... Input : 9 Output : Neon Number Explanation: square is 9*9 = 81 and sum of the digits of the square is 9.

Similar questions