Answer:
Following are the code in Java Language:
Scanner sc = new Scanner(System.in); // create a instance of scanner class
DecimalFormat frmt = new DecimalFormat("0.###"); // create a instance of // DecimalFormat class
System.out.println ("Enter the value: ");
double number = scan.nextDouble(); // Read the value by thje user
System.out.println (fmmt.format(Math.pow(number, 4))); // display the value
Explanation:
Following are the description of the code
- Create an instance scanner class i.e "sc".
- Create an instance of DecimalFormat class i.e "frmt".
- Read the value by the user in the "number" variable of type double by using the nextDouble()method.
- Finally, display the value by using System.out.println method. In this, we call the method format. The Math.pow() function is used to calculating the power up to the fourth value.
It would be:
b.) poe cable
message me on my profile if you need any more help! :)
continuously variable aspects of physical phenomena such as a electrical, mechanical etc.
Answer:
Thunderbolt 3
Explanation:
Bayley certainly needs the fastest connection possible for his work. The best connection type for this kind of work is the Thunderbolt 3. Thunderbolt 3 is an improvement of the previous Thunderbolt 2 developed by Intel. Thunderbolt 3 has two times the speed of Thunderbolt 2. Theoretically, its maximum throughput is approximately 40 Gbps.
I think the answer is d. Any of these
I hope it's correct^^