#java: Creating a Point-of-Sale
1 messages · Page 1 of 1 (latest)
Please format you code correctly. Read the #📄・posting-guidelines, it shows how to do it
You didn't have to delete your messages, just send your question with the code formatted.
Here's how to format code:
```java
public class Greeter {
public static void main(String[] args) {
...
}
}
```
Output:
public class Greeter {
public static void main(String[] args) {
...
}
}