Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class Naruto
  2. {
  3.     private int numNaruto;
  4.     int snNaruto = 0;
  5.    
  6.     public int NarutoNumber (int x)
  7.     {
  8.         numNaruto = x;
  9.         snNaruto = numNaruto;
  10.         return numNaruto;
  11.     }
  12. }