Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
Code Block
switchnumber (season)count {=     case "Summer":
        print("It's too hot!");
1;
while(count <= 10) {
       break;
    case "Winter":
        print("It's too cold!"runnerLog(count);
        break;
    default:
        print("It's just fine!")count ++;
}