Skip to content
#

conditional-statements

Here are 582 public repositories matching this topic...

The course includes writing entry-level programming code (basic coding skills), working with a development environment (IDE), using variables and data, operators and expressions, working with the console (reading input and printing results), using of conditional constructions (if, if-else) and loops (for, while, do-while).

  • Updated Aug 7, 2022
  • JavaScript

Gegeben sind eine Superklasse 'Animal' und zwei Subklassen 'Dog' und 'Cat', die von dieser erben. Es wird die 'removeDogsAndLongFurCatsFromList()'-Methode der 'Main'-Klasse aufgerufen. Diese Methode enthält einige Fehler, die behoben werden müssen. Sie soll alle Cat-Instanzen mit kurzem Fell herausfiltern und ein Array mit allen Kurzhaar-Katzen …

  • Updated Dec 23, 2021
  • Java

If you’re learning to program for the first time, or if you’re coming from a different language, this notes will give you the basics for coding in JavaScript. You’ll explore the basics of the language, giving plenty of examples. When you’re finished with this notes, you’ll have the skills and knowledge in JavaScript to create simple programs, cr…

  • Updated Jul 20, 2022
  • JavaScript

1.User can create a new account,or login into existing account.\n 2.The code automatically generates random account number and pin while creating a new account. \n 3.User can login using Account number and Pin ,and perform operations like updating pin,balance enquiry,withdraw and deposit amount ,logout.

  • Updated Nov 27, 2022
  • Java

Improve this page

Add a description, image, and links to the conditional-statements topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the conditional-statements topic, visit your repo's landing page and select "manage topics."

Learn more