Answer:
Mortgage Loan
Explanation:
Idk if this is the right answer but I hope it helps. If you get it wrong im sorry.
Answer: infared types like the sun, sun light, heat lamps, and radiators
Hi,
the program is as follows
___________________________________________________________
import java.io.*;
class doubleval
{
public static void main()throws IOException
{
DataInputStream dt=new DataInputStream(System.in);
System.out.println("Enter NUMBER WHOSE DOUBLE U WANT TO PRINT");
int n=Integer.parseInt(dt.readLine());
for(int i=n;i<=100;i=2*i)
{
System.out.println(i);
}
}
}
The correct answer is: OA. It enables people with no coding skills to create websites.