Cloudbook:
C
Home
Variables
Logicals
§ 2
↵ lesson
← prev
C-O-matic
If statement
Else statement
Foreach statment
Logicals
# Let the variable $r be a three character string # representing a codon. # Print "Coding for stop" if the string is a stop codon. # set $r # if statement to test $r against stop string # if equal: print "Coding for stop
The output goes here