This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for(int i = 0; i<=10; System.out.println(i),i++); | |
for(int i = 0, a = 1 , b= 2 ,temp=0;i<=10 && a<=60;temp=a+b,a=b,b=temp,i++,System.out.println(temp)) { | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ahmed; | |
import java.util.Scanner; | |
public class ahmed { | |
static Scanner a = new Scanner(System.in); | |
public static void main(String[] args) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
using namespace std; | |
int main() | |
{ | |
int a [3][3] , results1 , results2 , results3 , result , b[2][2] , many , type1 , type2 , result44, second , second2 , h[2][2] , m[3][3] , h3 , h1 , h2 ; | |
int x , x1 , x2 , x3 = 0 ; | |
float asdmoha ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
using namespace std; | |
int main(){ | |
enum month{a=344,s=435,df=435,rgrt,b,bvcbtr,fg,hrt,h,gfb}; | |
//لو | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
using namespace std; | |
int main(){ | |
double a , b , c , d , f ; | |
cout<<"enter your number " ; | |
cin>>a>>b>>c>>d>>f5; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <math.h> | |
using namespace std; | |
int main() | |
{ | |
cout <<"enter your degree \n" ; | |
double v ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:Education1/thirteen+ able .dart'; | |
main() { | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Human{ | |
String _name ; | |
String _address; | |
int _age; | |
//الاخصار الصحيح في الويندوز Alt+Insert to build getter and setter | |
Human(this._address , this._name , this._age); | |
// int get age => _age; |