why the value is not inserting in stack push method?

后端 未结 0 435
天命终不由人
天命终不由人 2021-01-29 13:05
    public class Qno1a {
 private int Line1[];
  int size=5,count;
  private int top;
 Qno1a() 
   {
    Line1 = new int[size];
    top = 0;    
   }  

相关标签:
回答
  • 消灭零回复
提交回复
热议问题