#java: Creating a Point-of-Sale

1 messages · Page 1 of 1 (latest)

acoustic pasture
#

can i ask for some advice and guidelines?

stark perch
#

Please format you code correctly. Read the #📄・posting-guidelines, it shows how to do it

stark perch
#

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) {
        ...
    }
}