Cloudbook: C

  1. Home
  2. Variables
  3. Logicals ← prevnext →
Logicals
  1. Logical expressions work with the values true and false, and with operators that return the values true or false. more ...

    LivePerl: Try the given code to see what the value of "true" is. more ...

    Multimedia presentation goes here.
  2. Relational and equality operators compare numbers and strings for size equality or inequality; different operators are used for strings and for numbers. more ...

    LivePerl: Let the variable $r be a three character string, representing a codon. Print "Coding for stop" if the string is a stop codon. more ...

    Multimedia presentation goes here.
  3. Use of && and || for conditional evaluation. more ...

    LivePerl: Place holder. more ...

    Multimedia presentation goes here.
Copyright 2015, 2017 Burt Rosenberg. All Rights Reserved.