Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 tysa42829yyou're confusing programming with SQL. tysa42829yyou're confusing programming with SQL.
 programming would be something like this :
 //using java
 
 for(int i=0 ; i<n ; i++){
 if ( girl_age[i] == '18')
 {
 Printwriter writer = new Printwriter("girl_names.txt" , "UTF-8");
 writer.println( girl_name[i] );
 break;
 }
 }
- 
				
				 dncrews3189y@Lasse @tysa: SQL is a fourth generation programming language. Counts as programming. Don't hate. dncrews3189y@Lasse @tysa: SQL is a fourth generation programming language. Counts as programming. Don't hate.
- 
				
				 dncrews3189y@tysa true, but it still has variables, logic directives, looping, etc, so it counts. Obviously you couldn't get far if it were all you knew, but you'd still be a programmer in a sense. dncrews3189y@tysa true, but it still has variables, logic directives, looping, etc, so it counts. Obviously you couldn't get far if it were all you knew, but you'd still be a programmer in a sense.






query for ladies
undefined