class from descriptionTue, 07 Feb 2023

the class of the work order with the fields number, month, technological operation, quantity, price, amount, worker

class WorkOrder { private string number; private string month; private string technologicalOperation; private string quantity; private string price; private string amount; private string worker; }

Questions about programming?Chat with your personal AI assistant