take it from someone who actually works with the company that it is a AESA perhaps this is just a model not a production unit maybe though but man does it resemble the 2052.
http://www.iai.co.il/Sip_Storage//FILES/7/41417.pdf
obviously these are not the exact specs.
sorry my bad i apologize...
im an ex IAF ie israeli air force and no chinese don't make anything original not a single weapon system is original que the copy of soviet flanker , israeli La'avi and F-35 blatant copies and thinking adding canards would make it appear different say what you will stealing is stealing.
well...
if it's anywhere near the level of the performance of ELM 2052 it will be much better than the block 52 radars its range or might i say raw range might be less in terms of distance but AESA has much more clear picture of the battlespace and its highly prone to jamming or electronic warfare which...
pakistan condemns a thing that has not been proven and is a mere allegation there is simply too much propaganda and hate against iran despite us being bitter rivals i have much respect for the persian struggle i think pakistan should not blindly follow the arabs and be atleast neutral to their...
i work for the same contractor that supplied you everything that you claim as yours today i was able to tell it was a AESA without knowing chinese just because it is based on the same modular design on which majority of elta AESA platforms are based on.
its exactly same down to every single...
not allegedly when it looks the exact same the only question is does it performs the same? i only see 2 processing units from the pictures assuming chinese are using the latest in terms of chips what is available to ELTA and other non chinese manufactures it approximately may have around 800-900...
no that's not me and yes im an Ex IAF the israeli air force that is lol you would think i wouldn't have to say that but its uncanny how many people get confused with it right now working with a israeli defense contractor now.
how about ze
<volkswagen.h>
<beer.h>
<V2.h>
<sauerkraut.h>
shit this is pure goldmine:D:rofl::rofl::rofl::rofl:
it's okay you'll learn with time and practice C is a lovely language and just having some fun mien freund
i'm curious to know what's china's stance on all this and why aren't they trying to stop it considering they have vast political influence on myanmar and its army not to mention pretty good bilateral ties.
this is utter bullshit youthis and khomeini's are not that crazy they are also very religious people they wouldn't dare attack mecca this will end up alienating their support base in entire muslim and non muslim world they may try to blow up the palaces of saudi sheikh's thougho_O
break is for ending the loop in case any exception is thrown like a decimal number or something indivisible first run this program as it is and see if its error free i dont have a C compiler with me so can't promise a error free run first do that and post the result.
also my name is...
#include <stdio.h>
int main()
{
int n, i, flag = 0;
printf("Enter a positive integer: ");
scanf("%d",&n);
for(i=2; i<=n/2; ++i)
{
// condition for nonprime number
if(n%i==0)
{
flag=1;
break;
}
}
if (flag==0)...