package com.jokecompany;
public class ConsolePrinter {
public static Object PrintValue;
public ConsolePrinter Value(String value)
{
PrintValue = value;
return this;
}
@Override
public String toString() {
System.out.println(PrintValue);
return null;
}
}

![[SOLVED] CS package com.jokecompany;](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] List Maintainer](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.