Contact us for software training, education or development Graph Image …
1. Write a program to find the smallest divisor of a number. Give 1 if it is prime. 2. Write a program to find all the exact divisors of a number. 3.Write a program to find the smallest number with n…
Git Commands that Create a new Repository. Contact us for software training, education or development
1. Find the first N terms of the series 0! + 1! + 2! +...(n-2)! + (n-1)! + n! 2. Check if a number N is part of the Fibonacci Series. 3. Check if N1 and N2 are consecutive Fibonacci numbers. 4. Gener…
1. Write a program to count the no of digits in an integer. N=123, answer=3 2. Write a program to sum the of digits in an integer. N=123, answer=6 3. Write a program to read 5 digits and convert to a…
1. Write a program to calculate 1/n! 2. Write a program to calculate x n /n! 3. Write a program to check if n is a factorial number. 4. Write a program to find the largest factorial factor in n. 5. W…
a=1,b=2,c=3 to a=2,b=3,c=1 a=1,b=2,c=3,d=4 to a=4,b=1,c=2,d=3 a=1,b=2 to a=2, b=1 Generate the sequence 1,2,4,8,16 without using multiplication Print 1,-1,1,-,1,-1 Sum the series, 1-3+5-7,,,, Contac…
Console outputs in Javascript. Please remember that what you see here depends on your filter selection. It is available under Developer tools in chrome Select default and you get The outputs will be…
Links for SQL Structured Query Language Install Oracle Open Oracle Create Table Update Statement Keys in a Database Delete Statement Join Queries Aggregate Queries DML Triggers Contact us for softwar…
Develop a Booking App for doctors having the following features. Contact us for software training, education or development
Saturday Questions Questions on Strings Check if 2 words are anagrams or not? Eg worth and throw are anagrams. Validate a given IP address. Eg 123.221.107.99 is a valid IP address Reverse words in a …
As we all know the C Programming language had 4 storage classes. Auto The scope of auto variables was the function in which they were defined. They were destroyed when the function call ended. in eve…
Some text..
Some text..
Contact us for software training, education or development …
Social Plugin