ifelseif

There are 10 repositories under ifelseif topic.

  • AlianeAmaral/JAVA_estudos_e_testes

    Testes próprios utilizando recursos do aprendizado de programação JAVA.

    Language:Java20100
  • AlianeAmaral/JAVA_estruturas_condicionais

    Exercícios de Estruturas Condicionais em JAVA. Realizados com base no conteúdo do curso de JAVA Programação Orientada a Objetos, Prof. Nélio Alves.

    Language:Java12101
  • SupratimSircar05/OS_Lab2

    Final files of OS Lab 2.

    Language:Shell120
  • aayushirajsingh/C-CPP-codes

    C & C++ codes

    Language:C++0100
  • explr77/loops_in_R

    Conditional Statements and Loops in R: if, if else if, ifelse, for, while

    Language:HTML0100
  • ZaherBG/Football

    Petya loves football very much. One day, as he was watching a football match, he was writing the players' current positions on a piece of paper. To simplify the situation he depicted it as a string consisting of zeroes and ones. A zero corresponds to players of one team; a one corresponds to players of another team. If there are at least 7 players of some team standing one after another, then the situation is considered dangerous. For example, the situation 00100110111111101 is dangerous and 11110111011101 is not. You are given the current situation. Determine whether it is dangerous or not. Input The first input line contains a non-empty string consisting of characters "0" and "1", which represents players. The length of the string does not exceed 100 characters. There's at least one player from each team present on the field. Output Print "YES" if the situation is dangerous. Otherwise, print "NO".

    Language:Java0100
  • Hiteshmeher/JavaScriptBasicProblems

    JavaScript basic programs - Sequence practice problems, Selection practice problems and Repetition practice problems using ifElse, ifElseIf and switchCase

  • niteshkuwarbi/js.calculator

    Lately I've been learning JavaScript. This small piece of project is my first ever project on JavaScript. However, I have put some effective styling in it with the help of HTML and CSS.

    Language:HTML