<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Getting_user_input</id>
		<title>Getting user input - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Getting_user_input"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Getting_user_input&amp;action=history"/>
		<updated>2026-05-06T13:18:00Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Getting_user_input&amp;diff=2185&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;java&quot;&gt;    import java.util.Scanner;   class GetInputFromUser {    public static void main(String args[])    {       int a;       float b;       String s;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Getting_user_input&amp;diff=2185&amp;oldid=prev"/>
				<updated>2015-07-09T09:10:52Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;    import java.util.Scanner;   class GetInputFromUser {    public static void main(String args[])    {       int a;       float b;       String s;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
import java.util.Scanner;&lt;br /&gt;
 &lt;br /&gt;
class GetInputFromUser&lt;br /&gt;
{&lt;br /&gt;
   public static void main(String args[])&lt;br /&gt;
   {&lt;br /&gt;
      int a;&lt;br /&gt;
      float b;&lt;br /&gt;
      String s;&lt;br /&gt;
 &lt;br /&gt;
      Scanner in = new Scanner(System.in);&lt;br /&gt;
 &lt;br /&gt;
      System.out.println(&amp;quot;Enter a string&amp;quot;);&lt;br /&gt;
      s = in.nextLine();&lt;br /&gt;
      System.out.println(&amp;quot;You entered string &amp;quot;+s);&lt;br /&gt;
 &lt;br /&gt;
      System.out.println(&amp;quot;Enter an integer&amp;quot;);&lt;br /&gt;
      a = in.nextInt();&lt;br /&gt;
      System.out.println(&amp;quot;You entered integer &amp;quot;+a);&lt;br /&gt;
 &lt;br /&gt;
      System.out.println(&amp;quot;Enter a float&amp;quot;);&lt;br /&gt;
      b = in.nextFloat();&lt;br /&gt;
      System.out.println(&amp;quot;You entered float &amp;quot;+b);   &lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>