Structured Essay Type Questions 1. With reference to the Constitution of India explain the following: (a) Describe the term Constitution. (b) Who framed it ? (c) On which day was the Constitution enforced? What is the significance of this day? 2. The Constitution of India is introduced to us through a Preamble. In this connection explain the following: (a) The meaning of the term Preamble. (b) Its needs or importance. 3. The Preamble declares India to be a Sovereign, Socialist, Secular, Democratic Republic. In this context explain the following: (a) Sovereign (b) Socialist (c) Secular (d) Democratic (e) Republic 4. The Preamble to the Constitution of India lays emphasis on Liberty, Equality and Fraternity What is meant by the following ? (a) Liberty (b) Equality (c) Fraternity 5. With reference to the Preamble of the Indian Constitution, answer the following: (a) What is the basis of its incorporation in the Constitution? (b) What is the significance of 'We the People' in the Preamble? (c) What are the objectives of our Constitution?
Answers
Answered by
2
Answer:
import java.util.Scanner;
public class KboatEvenSuccessor
{
public void computeProduct() {
Scanner in = new Scanner(System.in);
System.out.print("Enter the number: ");
int num = in.nextInt();
int orgNum = num;
int prod = 1;
while (num != 0) {
int digit = num % 10;
num /= 10;
if (digit % 2 == 0)
prod = prod * (digit + 1);
}
if (prod == 1)
System.out.println("No even digits in " + orgNum);
else
System.out.println("Product of even digits successors is "
+ prod);
}
}
What is the question of this programming?
Answered by
0
Answer:
hjdckfjfjcjfkgkcckdjgkdjrgi
Similar questions