ASETUDY ANALYSIS Study the following chart that presents the vear wise percentage of attendance in secondary schools of India and write an analytical paragraph based on it in 100-1.20 words. Types of Percentage of Percentage of Percentage of Percentage of schools in attendance attendance attendance attendance India Yen 2000 2005 2010 2015 1. Govt. 08 78 schools (in cities) 2.Govt 24 28 32 41 schools(in villages) 3.General 49 54 59 English medium schools 4.Convent 80.5 82 84 89 Run schools SECTION B
Answers
Answer:
import java.util.Scanner;
public class KboatTriangleAngle
{
public static void main(String args[]) {
Scanner in = new Scanner(System.in);
System.out.print("Enter first angle: ");
int a1 = in.nextInt();
System.out.print("Enter second angle: ");
int a2 = in.nextInt();
System.out.print("Enter third angle: ");
int a3 = in.nextInt();
int angleSum = a1 + a2 + a3;
if (angleSum == 180 && a1 > 0 && a2 > 0 && a3 > 0) {
if (a1 < 90 && a2 < 90 && a3 < 90) {
System.out.println("Acute-angled Triangle");
}
else if (a1 == 90 || a2 == 90 || a3 == 90) {
System.out.println("Right-angled Triangle");
}
else {
System.out.println("Obtuse-angled Triangle");
}
}
else {
System.out.println("Triangle not possible");
}
}
Answer:
Explanation:
sorry but i need more points to spread the truth aka
brainly.com is the real website