Discord sucks , sucks sucks sucks stop using dat sucky app .
Answer:
import java.util.Scanner;
public class Main
{
public static void main(String[] args) {
Scanner stdin = new Scanner(System.in);
String response = "";
while (true) {
System.out.print("Enter the response: ");
response = stdin.nextLine();
if (response.equals("Y") || response.equals("y") || response.equals("N") || response.equals("n"))
break;
}
}
}
Explanation:
Create a string variable called response
Create a while loop that iterates until a condition is specified to stop
Inside the loop:
Ask the user for the input
Check if input equals "Y", "y", "N" or "n". If input equals any of these letters, stop the loop. Otherwise, continue asking for a new response
Answer:
Raytrace Button
Explanation:
In graphic design Raytrace is option to create reflections and transparency of the objects. This feature is used to make images beautiful by adding 3D effects by adding shadows and reflections. These features can be enabled in both transparency and Mirror panels.
In transparency panel, this button is used to add transparent effects of the image. To use this feature effectively, few effects such as lens effects and bends effect to make transparent objects in the images.
In Mirror panel, this button is used to add shadows and reflections of the objects in the images.
Answer:
you need to reinstall the drivers for the device