Showing 0–0 of 0 results
# Exercise Title Features Description Platform Keywords
1 do while loop PCEX Set of activities for do while loop PCEX
2 Loop Do-While 1 Java PredictingFinalResult for demonstrating Loop Do-While 1 QuizJET do-while loop, while loop
3 Loop Do-While 2 Java PredictingFinalResult for demonstrating Loop Do-While 2 QuizJET do-while loop, while loop
4 Loop Do-While 3 Java PredictingFinalResult for demonstrating Loop Do-While 3 QuizJET do-while loop, while loop
5 Loop Do-While 4 Java PredictingFinalResult for demonstrating Loop Do-While 4 QuizJET do-while loop, while loop
6 (Do while) Find high & low scores - CSEdPad Given an collection of test scores with values between 0 and 100, find and display the low and high scores... AnnEx do-while loop
7 Question 5 Java PredictingFinalResult for demonstrating Question 5 QuizJET do-while loop
8 2-19_CompoundInterest Java BehaviorExample for demonstrating 2-19_CompoundInterest AnnEx do-while loop
9 DoWhile DoWhile AnnEx do-while loop
10 Problem 2 Java PredictingFinalResult for demonstrating Problem 2 QuizJET do-while loop, while loop
11 Problem 3 Java PredictingFinalResult for demonstrating Problem 3 QuizJET do-while loop, while loop
12 DoWhile Demo Java CodeVisualization for demonstrating DoWhile Demo JSVEE do-while loop, loops, while loop
13 DoWhile Java CodeVisualization for demonstrating DoWhile JSVEE do-while loop, loops, while loop
14 Finding zero a "do while" loop to iterate through an array of random integer numbers, searching for the number 0. When it... PCEX
15 csedpad.10.DoWhile.do-whileloops PCEX Set of activities for csedpad.10.DoWhile.do-whileloops PCEX
16 csedpad.10.DoWhile.do-whileloops Repeatedly prompt the user to guess the number of floors in the world's tallest building, the Burj Khalifa in Dubai.... PCEX
17 csedpad.10.DoWhile.do-whileloops_1 PCEX Set of activities for csedpad.10.DoWhile.do-whileloops_1 PCEX
18 csedpad.10.DoWhile.do-whileloops_1 Given a collection of test scores with values between 0 and 100, find and display the low and high scores... PCEX
19 csedpad.10.DoWhile.do-whileloops_1 The world's tiniest command-line calculator. Repeatedly prompt the user for a command (add, sub, or exit). The add command increments... PCEX
20 csedpad.10.DoWhile.do-whileloops_1 Repeatedly prompt the user for a number between 0 and 9 until the user enters -1. Each time the user... PCEX
21 c_ispis_unazad (while petlja) Napisati program koji ispisuje na ekran brojeve od 1 do 5 unazad koristeći while petlju. PCEX
22 c_faktorijeli (while petlja) Napisati program koji pomoću while petlje ispisuje na ekran faktorijele svih brojeva od 1 do 5. PCEX
23 DEPRECATED_dowhile Java BehaviorExample for demonstrating DEPRECATED_dowhile AnnEx
24 Do Switch Function C++ BehaviorExample for demonstrating Do Switch Function AnnEx
25 Given two two-dimensional arrays of integers with the same number of rows and columns, return the first position where they do not match, as a list of length 2. Code Completion Given two two-dimensional arrays of integers with the same number of rows and columns, return the first position where they... CodeCheck Two-Dimensional Arrays, Producing 2D Arrays
26 c_ispis_unazad (for petlja) Napisati program koji ispisuje na ekran brojeve od 1 do 5 unazad koristeći for petlju. PCEX
27 List Element Deletion Slideshow Algorithm Visualization Slideshow discussing the design choices on what to do when a list element is deleted. OpenDSA List Element Implementation
28 c_faktorijeli (for petlja) Napisati program koji pomoću for petlje ispisuje na ekran faktorijele svih brojeva od 1 do 5. PCEX
29 Writing a Recursive Function: Variations Code Tracing Presentation Slideshow showing multiple examples of how to write a recursive function to do summation. OpenDSA Recursion
30 c_kubiraj Napisati funkciju kubiraj koja računa kub cijelog broja i u glavnom programu ispisati kubove brojeva od 1 do 5. PCEX
31 Huffman Coding Proficiency Exercise Tracing Exercise Practice profiency exercise for Huffman Coding Trees. User must do actions like show the codes for a string, or vice... OpenDSA Huffman Coding Tree
32 c_funkcija_djeljiv_sa_3 Napisati funkciju int djeljivSaTri(int x) koja vraća 1 ako je broj x djeljiv sa 3, a 0 ako broj x... PCEX
33 Search in the linked list. When using a LinkedList, it is possible that you may want to search through the list to see if a... PCEX
34 Search in the linked list. When using a LinkedList, it is possible that you may want to search through the list to see if a... PCEX
35 Turing Machine Extensions Frameset Presentation Slideshow presenting various potential extensions to Turing machines, such as two-dimensional tapes, multiple heads, and non-determinism. Includes proofs that these... OpenDSA Turing Machine
36 c_pisanje_u_binarne_datoteke Napisati program koji omogućava upis podataka o osobama u binarnu datoteku baza.dat. Definisati strukturu Osoba koja sadrži ime osobe i... PCEX
37 Binary search Binary Search operates by dividing an array in half, and then determining whether or not the target value would be... PCEX
38 c_pisanje_u_datoteke_challenge Napisati program koji omogućava unos podataka o knjigama i njihov upis u tekstualnu datoteku knjige.txt. Definisati strukturu Knjiga koja sadrži... PCEX