• Vianney BANCILLON
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hello all,
I'm starting with Apex.
Could you tell me what's the "Apex code" for this in Java:

Scanner sc=new Scanner(System.in);
String str= sc.nextline();
System.out.println(str);

In other words: how to get the keybord input in Apex?
Sorry if my english is not correct.

Thanks!

Vianney BANCILLON



 
I am practicing on trailhead via using my developer org. The chalenging asked me to Create a Guest Administrator and deactivate it. I am currenly the System Administrator of my developer org. We have only one license for System Administrator. How should we solve this issue in order to:
Create a new user using the System Administrator profile and then deactivate that user to preserve the licenses in your org.The new user must use the System Administrator Profile.
The username for the new user must include 'guestadmin' somewhere in it.
The new user must be inactive.
I need some hints or advices. Thanks.