Hello, I have a question. How do you define the value of a selection? For example, I am creating a GPA calculator app, and I need to translate the letter grade in the selection into a grade point value such as A=4.0,B=3.0 etc. How do you do that?
--
--
Set up a list of lists.
(
(A,4.0)
(B,3.0)
...)
Then use the look up in list block to turn "A" into 4.0
(A,4.0)
(B,3.0)
...)
Then use the look up in list block to turn "A" into 4.0
--
댓글 없음:
댓글 쓰기