Solutions is here 👇👇
#include<stdio.h>
#include<conio.h>
void main()
{clrscr();
int a,b,c;
printf("enter a number a");
scanf("%d",&a);
printf("enter...
Questions4
A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99.
Find...
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be:1, 2, 3, 5,...
questions1
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Find the...