Answer:
yeah u can my brother go for it
Here you go,
import java.util.Scanner;
import java.util.Random;
public class OrderCalculator{
public static void main(String[] args){
float x, y, z, semi, area;
Scanner in = new Scanner(System.in);
System.out.print("Enter the 3 sides: ");
x = in.nextFloat();
y = in.nextFloat();
z = in.nextFloat();
semi = (float) ((x + y + z) / 2.0);
area = (float) Math.sqrt(semi * (semi - x) * (semi - y) * (semi - z));
System.out.printf("The area is: %.3f\n", area);
}
}
Answer:
Hi myself Shrushtee. And l have given your answer in Hindi and English language.
Explanation:
an electronic machine that can store, find and arrange information, calculate amounts and control other machines
जानकारी संचित करने, ढूँढ़ने व व्यवस्थित करने, परिकलन करने व अन्य मशीनों पर नियंत्रण रख पाने वाली एक इलेक्ट्रॉनिक मशीन; कंप्यूटर
please mark me as brainleist
The element found in powerpoint but not word would be the ability to create slides, or presentations My Source Is google Hope This Helps You!!!!!!