Welcome to AssignmentCache!

PRG/421 Week 5 Java 5.10 LAB: Number pattern

Availability: In stock

$7.00

Quick Overview

PRG/421 Week 5 Java 5.10 LAB: Number pattern


Write a recursive method called printNumPattern() to output the following number pattern.


Given a positive integer as input (Ex: 12), subtract another positive integer (Ex: 3) continually until 0 or a negative value is reached, and then continually add the second integer until the first integer is again reached


Ex. If the input is:
12
3


the output is:
12 9 6 3 0 3 6 9 12

PRG421 Week 5 Java 5.10 LAB Number pattern

Double click on above image to view full picture

Zoom Out
Zoom In

More Views

  • PRG421 Week 5 Java 5.10 LAB Number pattern
$7.00

Details

PRG/421 Week 5 Java 5.10 LAB: Number pattern

Write a recursive method called printNumPattern() to output the following number pattern.

Given a positive integer as input (Ex: 12), subtract another positive integer (Ex: 3) continually until 0 or a negative value is reached, and then continually add the second integer until the first integer is again reached

Ex. If the input is:
12
3

the output is:
12 9 6 3 0 3 6 9 12

Additional Information

Special Price $3.00

Product Tags

Use spaces to separate tags. Use single quotes (') for phrases.

[profiler]
Memory usage: real: 18350080, emalloc: 17944712
Code ProfilerTimeCntEmallocRealMem