<h3>Question Description</h3> Wk 4 Individual: Corrections Presentation <p><br/></p> <h2>Assignment Content</h2><ol><li> <strong>Create </strong>a 10- to 12-slide Microsoft® PowerPoint® presentation in which you discuss the U.S. corrections system. Include
<p>import java.util.*;<br/>class Tester {<br/>public static void main(String[] args) {<br/>Scanner sc=new Scanner(System.in);<br/>System.out.println("Enter four variables under or equal to255");<br/>System.out.println("First variable:");<br/>String a=sc.next();<br/>System.out.println("Second variable:");<br/>String b=sc.next();<br/>System.out.println("Third variable:");<br/>String c=sc.next();<br/>System.out.println("Fourth variable:");<br/>String d=sc.next();<br/>intnum[]={Integer.valueOf(a),Integer.valueOf(b),Integer.valueOf(c),Integer.valueOf(d)};<br/>for(int x=0;x<3;x++){<br/>System.out.println("Switch status for data value
<p>1) Now, suppose this is a new tree and insertions are done inthis order:<br/>TreeNode * tree = NULL;<br/>insert(1, &tree);<br/>insert(3, &tree);<br/>insert(4, &tree);<br/>insert(6, &tree);<br/>insert(7, &tree);<br/>insert(8, &tree);<br/>insert(9, &tree);<br/>a) What does this tree look