Aggiunti file già presenti nell'HD
This commit is contained in:
7
2.x/e2.14/RandomTest.java
Normal file
7
2.x/e2.14/RandomTest.java
Normal file
@ -0,0 +1,7 @@
|
||||
public class RandomTest {
|
||||
public static void main(String[] args) {
|
||||
RandomPrice prezzo = new RandomPrice();
|
||||
System.out.println("$" + prezzo.generaStr());
|
||||
System.out.println("$" + prezzo.genera());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user