Answer:
Explanation:
Reward him if he does his homework/work
If he doesnt do his homework, take things that he loves off of him. and tell him if he does his homework/work he will get them things back
Main Answer:
<u>The Bureau of Indian standards</u> developed the national electric code, the national building code, and the national fire prevention code.
Sub heading:
explain BIS?
Explanation:
1.BIS-bureau of indian standard is the national standard body of india.
2.BIS is responbility for the harmonious deve;opment of the activities of standardization.marking .
Reference link:
https://brainly.com
Hashtag:
#SPJ4
Answer:
//The program prompts user to input three integers and it displays them, adds and gets their average
//begin
public class Test
{
public static void Main()
{
//input intergers
int[] score = new int[3];
int avg,rem,sum = 0;
for(int i=0;i<3;i++)
{
Console.WriteLine("Enter an integer score ");
score[i] = Convert.ToInt32(Console.ReadLine());
sum = sum + score[i];
}
avg = sum/3;
rem = sum%3;
Console.WriteLine("The average of "+score[0]+","+score[1]+","+score[2]+" is "+avg +" with a remainder of "+rem);
}
}
Explanation:
Population inversion is a process of achieving more electrons in the higher energy state than the lower energy state. In order to achieve population inversion, we need to supply energy to the laser medium. The process of supplying energy to the laser medium is called pumping.
Answer:
The face of the claw on the claw hammer is usually a smooth curve so as to improve the ease with which nails are removed when removing nails because as the nail held between the V shaped split claw is being pulled out from the wood, it slides more and more towards cheek, reducing the distance of the nail from the cheek which is the fulcrum, thereby increasing the mechanical advantage because the location of the hand on the grip remains unchanged
Explanation: