Question Graph Theory

CHEMNITZ20

New member
Joined
Nov 10, 2020
Messages
1
Programming Experience
1-3
Hey Guys,
I'm doing some work on a program but i need to make a datastructure, that contains three different inputs.
How can i do that?
 
Data structures don't really contain "inputs" per se. It sounds like what you need is a class with three properties. You can then receive inputs from the user and store them in those properties. Pretty much any beginner tutorial will include how to declare classes and properties.
 
I'm not seeing how this question relates to graph theory.
 
Back
Top Bottom