Hey this code was made in java if you have any issues let me know
package nametest;
public class Nametest {
public static void main(String[] args) {
System.out.println("namehere");
System.out.println("namehere");
System.out.println("namehere");
System.out.println("namehere");
System.out.println("namehere");
System.out.println("namehere");
System.out.println("namehere");
System.out.println("namehere");
System.out.println("namehere");
System.out.println("namehere");
}
}
Hope it helps
-scav
Yes, they are by law of America
Answer:
Can be executed on multiple platforms.
Explanation:
A program is portable if it is not platform dependent. In other words, if the program is not tightly coupled to a particular platform, then it is said to be portable. Portable programs can run on multiple platforms without having to do much work. By platform, we essentially mean the operating system and hardware configuration of the machine's CPU.
Examples of portable programs are those written in;
i. Java
ii. C++
iii. C