[Based on an exercise at https://codeworkout.cs.vt.edu/]
Given an array of int
values, return true if the group of n
numbers at the start...
Search Results
Searching for: boolean
Individual Exercises
[Based on an exercise at https://codeworkout.cs.vt.edu/]
Write a function in Java that implements the following logic: Given a string,...
Fill in the correct access modifier to make this method only accessible by the class it is in. Return the correct boolean that indicates...
You are writing code using a jeroo named jaime
. Change the following if-then statement's condition so that jaime
will hop if there is a...
You are writing code using a jeroo named jaime
. Change the following if-then statement's condition so that jaime
will hop only if there...
You are writing code using a jeroo named jaime
. Change the following if-then statement's condition so that jaime
will hop only if there...
If you are given three sticks, you may or may not be able to arrange them in a triangle.
For any three lengths, there is a simple test to...
Change the value at every even index in the given array to false
. For example, given the array [true, true, true, true, true]
, this...
Complete a program to encourage the user to do their chores before going to sleep. Begin by prompting the user Did you clean your room?...
For this question, you are writing a method for a class Person
with the following constructor (which also shows the field names):
public...
Write a program that prompts the user to login, and displays appropriate messages according to whether the details are correct, partially...