Posts by Diego Guiomar • 13 points
2 posts
-
0
votes1
answer348
viewsQ: How to do for instantiating a new JAVA object
I’m in my first object-oriented programming classes and I’m having difficulty with an evaluation. Create a class with at least 10 attributes for creating objects of the Computer type. The class must…
-
-1
votes1
answer51
viewsQ: Checking out checkbox
Good afternoon. I need some help. I’m creating an Html5 form for my college work. I need to check if at least 1 checkbox item is marked so that it is possible to send the data. I tried using if and…