Computer Science, asked by priyanshupant5, 1 year ago

if you have a list X (1 2 3 4) how do we print the first element​

Answers

Answered by nightzardproductions
0

Answer:

You haven't stated which language you are using. Here's my answer using c#.

List[0].WhateverYourDoing;

Explanation:

Similar questions