1, 10, 3, 9, 5, 8, 7, ,7 ,9, 6 What is next weries? 11, 5 10 5 10 4 11 6 Which one?
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(); }
To write a C program that calculates the Fibonacci series up to a given number, you can use a loop to generate the series. Start by initializing the first two Fibonacci numbers (0 and 1) and then repeatedly compute the next number by adding the two preceding numbers until you reach or exceed the specified limit. Here’s a simple example: #include <stdio.h> int main() { int n, t1 = 0, t2 = 1, nextTerm; printf("Enter a positive integer: "); scanf("%d", &n); printf("Fibonacci Series: %d, %d", t1, t2); for (int i = 3; i <= n; ++i) { nextTerm = t1 + t2; printf(", %d", nextTerm); t1 = t2; t2 = nextTerm; } return 0; } This program prompts the user for a number and prints the Fibonacci series up to that number.
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 ?
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"); } }
The duration of My Lucky Star - TV series - is 1.5 hours.
My Lucky Star - TV series - was created on 2007-03-11.
My Lucky Star - TV series - ended on 2007-07-22.
Thank Your Lucky Stars - TV series - ended in 1966.
his lucky number is 30
A lucky number is a number that gives person luck
Lucky Star - film - was created on 1929-08-18.
his lucky number is 7 :)
5 is not a lucky number 7 is.
her lucky number is........ 6
his lucky number is 2.