1, 10, 3, 9, 5, 8, 7, ,7 ,9, 6 What is next weries? 11, 5 10 5 10 4 11 6 Which one?
Chat with our AI personalities
To print lucky numbers in java, you must give the following program: class example { static public void main(String[] args) { System.out.println("Lucky number is your favourite number which is your DOB"); } }
#include <stdio.h> main() { int a,b; clrscr(); printf("enter a,b values"); scanf("%d%d",&a,&b); a=b%10; printf("\nlucky number %d",a); getch(); }
An instruction book or program that takes users through a prescribed series of steps to learn a complex program is called a tutorial.
write a program to print the series 1/12+1/22+.........+1/n2 ?
Reference:http:cprogramming-bd.com/c_page2.aspx# strange number